home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / AlexandraApp.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  135 b   |  15 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface AlexandraApp:Application
  5.     {
  6.     id    infoController;
  7.     }
  8.     
  9. + new;
  10. - (const char *)appVersion;
  11.  
  12. @end
  13.  
  14.  
  15.